Week 2 - Blink Using OS
Data Fields
led_blink_s Struct Reference

#include <blink.h>

Data Fields

INT8U prio
 Task priority number (our handle) More...
 
led_t led_position
 LED to be blink. More...
 
uint32_t start_delay
 number of mS to delay before first LED on state More...
 
uint32_t blink_freq
 How fast, in milli Hz will be blink it? More...
 

Detailed Description

Structure which defines to blink_task() the LED to blink, the frequency to blink at and the task priority.

Definition at line 87 of file blink.h.

Field Documentation

uint32_t led_blink_s::blink_freq

How fast, in milli Hz will be blink it?

Definition at line 92 of file blink.h.

led_t led_blink_s::led_position

LED to be blink.

Definition at line 90 of file blink.h.

INT8U led_blink_s::prio

Task priority number (our handle)

Definition at line 89 of file blink.h.

uint32_t led_blink_s::start_delay

number of mS to delay before first LED on state

Definition at line 91 of file blink.h.


The documentation for this struct was generated from the following file: